From d63fcd2f9d2cb9c6a2bfaa36002682ab3d1b43fc Mon Sep 17 00:00:00 2001 From: "Panashe M. Fundira" Date: Mon, 25 Jul 2016 20:55:58 -0400 Subject: [PATCH] Add man page for cargo login --- src/etc/man/cargo-login.1 | 41 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 src/etc/man/cargo-login.1 diff --git a/src/etc/man/cargo-login.1 b/src/etc/man/cargo-login.1 new file mode 100644 index 000000000..a82c8284b --- /dev/null +++ b/src/etc/man/cargo-login.1 @@ -0,0 +1,41 @@ +.TH "CARGO\-LOGIN" "1" "July 2016" "The Rust package manager" "Cargo Manual" +.hy +.SH NAME +.PP +cargo\-login \- Save an API token from the registry locally +.SH SYNOPSIS +.PP +\f[I]cargo login\f[] [OPTIONS] [] +.SH OPTIONS +.TP +.B \-h, \-\-help +Print this message. +.RS +.RE +.TP +.B \-\-host \f[I]HOST\f[] +Host to set the token for +.RS +.RE +.TP +.B \-v, \-\-verbose +Use verbose output. +.RS +.RE +.TP +.B \-q, \-\-quiet +No output printed to stdout. +.RS +.RE +.TP +.B \-\-color \f[I]WHEN\f[] +Coloring: auto, always, never. +.RS +.RE +.SH SEE ALSO +.PP +cargo(1), cargo\-publish(1) +.SH COPYRIGHT +.PP +This work is dual\-licensed under Apache 2.0 and MIT terms. +See \f[I]COPYRIGHT\f[] file in the cargo source distribution. -- 2.30.2